lcPaint_DrawPoint Home

Draws a point.

 BOOL lcPaint_DrawPoint (
   HANDLE hLcWnd,
   double X,
   double Y,
   int PtMode,
   double PtSize
 );

Parameters
hLcWnd
  Handle to LiteCAD graphics window.
X Y
  Coordinates of the point.
PtMode
  Point modes.
PtSize
  Point size:

Value Point size
0 2 percents of the graphics window height
> 0 Absolute size (drawing units)
< 0 A percentage of the graphics window height


Return Value

  If the function succeeds, the return value is nonzero (TRUE).